home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / sshots.dxr / 00120.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  119 b   |  9 lines

  1. on mouseDown
  2.   if not soundBusy(1) then
  3.     puppetSound("Scream1")
  4.     go("Play1")
  5.   else
  6.     go("Play1")
  7.   end if
  8. end
  9.